{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "btn-hover-underline", "type": "registry:component", "dependencies": [], "devDependencies": [], "registryDependencies": [], "files": [ { "path": "./registry/components/button/btn-hover-underline.tsx", "content": "const ButtonHoverUnderLine = () => {\r\n return (\r\n \r\n Contact me\r\n \r\n );\r\n};\r\n\r\nexport default ButtonHoverUnderLine;\r\n", "type": "registry:component" } ] }